ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / CCI<T> Class
Members






In This Topic
    CCI<T> Class
    In This Topic
    Represents a Commodity Channel Index indicator series for the FinancialChart.
    Object Model
    CCI<T> Class
    Syntax
    'Declaration
     
    
    Public Class CCI(Of T) 
       Inherits SingleOverlayIndicatorBase(Of T)
    'Usage
     
    
    Dim instance As CCI(Of T)
    public class CCI<T> : SingleOverlayIndicatorBase<T> 
    public class CCI = class(SingleOverlayIndicatorBase)
    JScript does not support Generics.
    public __gc class CCI<T> : public SingleOverlayIndicatorBase<T> 
    generic<typename T>
    public ref class CCI : public SingleOverlayIndicatorBase<T> 
    Type Parameters
    T
    Remarks
    The commodity channel index is an oscillator that measures an asset's current price level relative to an average price level over a specified period of time.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.CCI<T>

    See Also